* alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED_OBJECTS"
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 Jul 2012 07:36:17 +0000 (00:36 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 Jul 2012 07:36:17 +0000 (00:36 -0700)
commit23d70bc1cfb84638b39e17700ae75c1d96a535b4
tree808fc1dea9e66ce17d8a9ef56975f5c1f9f673aa
parentea2151a8428b72149ef478c2c42a35dcd5a96255
* alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED_OBJECTS"

wrapper that is not needed because the wrapped code is a no-op (zero
machine instructions) when GC_CHECK_MARKED_OBJECTS is not defined.
This avoids a -Wunused-macros diagnostic with GCC 4.7.1 x86-64.
src/ChangeLog
src/alloc.c